home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Demo / Chimie / interfata.swf / scripts / DefineButton2_144 / BUTTONCONDACTION on(press).as next >
Text File  |  2005-01-03  |  155b  |  11 lines

  1. on(press){
  2.    i = 1;
  3.    while(i < 5)
  4.    {
  5.       _parent["sb" + i].gotoAndStop(1);
  6.       i++;
  7.    }
  8.    play();
  9.    getURL("FSCommand:open",pars);
  10. }
  11.